os.File.spliceToFile (method)

2 uses

	os (current package)
		readfrom_linux.go#L32: 	return f.spliceToFile(r)
		readfrom_linux.go#L35: func (f *File) spliceToFile(r io.Reader) (written int64, handled bool, err error) {